home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr02 / ubook403.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-07-23  |  302b  |  16 lines

  1. echo off
  2. if "%1"=="" goto err
  3. md %1\upsbook
  4. cd %1\upsbook
  5. copy *.* %1/v
  6. del %1install.bat
  7. %1
  8. echo UPSBOOK installation complete.
  9. echo type UBOOK to start UPSBOOK.
  10. goto end
  11. :err
  12. cls
  13. echo You MUST enter the drive on which you wish to install UPSBOOK.
  14. echo For example type INSTALL C:
  15. :end
  16.